home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / pad321.zip / MESSAGE.CFG < prev    next >
Text File  |  1996-10-20  |  8KB  |  144 lines

  1. // ---------------------------------------------------------------------------
  2. //                              M E S S A G E S
  3. // ---------------------------------------------------------------------------
  4. //
  5. // This section controls all messages displayed to the user. All the strings
  6. // in this section must be enclosed within double quotes. Escape sequences
  7. // may be used withing the double quotes to print special characters and
  8. // display AVATAR colour codes. Some common escape sequences are:
  9. //
  10. //      \\      Display a backslash
  11. //      \"      Display double quotes
  12. //      \'      Display single quotes
  13. //      \n      Move to the beginning of the next line
  14. //      \b      Display a backspace character
  15. //      \r      Move to the beginning of the line
  16. //      \x##    Display a special character, where ## is the two-digit hex
  17. //              ASCII code of the character.
  18. //
  19. //      The following string can be used to change the text colour:
  20. //
  21. //      \x16\x01\xAB
  22. //
  23. //      Where A is a hex value representing the background colour and B is
  24. //      a hex value representing the foreground colour.
  25. //
  26. //      Possible values for A and B are:
  27. //
  28. //      0       Black
  29. //      1       Blue
  30. //      2       Green
  31. //      3       Cyan
  32. //      4       Red
  33. //      5       Magenta
  34. //      6       Brown
  35. //      7       Gray
  36. //      8       Dark gray
  37. //      9       Light blue
  38. //      a       Light green
  39. //      b       Light cyan
  40. //      c       Light red
  41. //      d       Light magenta
  42. //      e       Yellow
  43. //      f       White
  44. //
  45. //      For example, the string "\x16\x01\x1e" would change the colour to
  46. //      yellow on blue.
  47. //
  48.  
  49. #define str_missing_file                "\x16\x01\x0fCannot find file: "
  50. #define str_report_to_sysop             ". Please report this error to the sysop\n"
  51.  
  52. // Strings used in PHONE.MH
  53.  
  54. #define str_press_ynq                   "\x16\x01\x04Press Y for yes, N for no, or Q to quit\n"
  55. #define str_change_phone                "\x16\x01\x09Please enter your phone number \x16\x01\x05"
  56. #define str_check_phone1                "\x16\x01\x02Is \x16\x01\x0a"
  57. #define str_check_phone2                "\x16\x01\x02 the number that your computer is connected to?"
  58. #define str_bad_phone_number            "\x16\x01\x04Sorry, you have entered an invalid phone number\n"
  59.  
  60. // Strings used in CHECKNUM.MH
  61.  
  62. #define str_bad_time1                   "\n\x16\x01\x0eSorry, call back verifications are only peformed between\nthe hours of "
  63. #define str_bad_time2                   " and "
  64. #define str_bad_time3                   ". Please call again during that time.\n"
  65. #define str_scanning_dupe               "\x16\x01\x0fScanning for duplicate phone numbers...\n"
  66. #define str_dupe_found                  "\x16\x01\x04Cannot continue. That phone number is already being used by another user.\n"
  67. #define str_press_yn                    "Press Y for yes or N for no\n"
  68. #define str_ld_message                  "\x16\x01\x04Sorry, cannot perform call back; your number is not listed as a local call.\n"
  69. #define str_lockout_message             "Sorry, you have entered a phone number which has been locked out.\n"
  70. #define str_local_message               "\x16\x01\x0fPhone number detected as local call.\n"
  71. #define str_ld_ok_message               "\x16\x01\x0fPhone number detected as long distance call.\n"
  72. #define str_cant_open                   "Cannot open file: "
  73.  
  74. // Strings used in VERIFY.MH
  75.  
  76. #define str_tell_codeword               "\x16\x01\x02Your code number is: \x16\x01\x0f"
  77. #define str_tell_codeword2              "\x16\x01\x02Please write this number down. You will be asked for it later.\n"
  78. #define str_any_key                     "\x16\x01\x07Press any key to begin the verification. "
  79. #define str_welcome_back1               "\x16\x01\x02\nWelcome back, \x16\x01\x0a"
  80. #define str_welcome_back2               "\x16\x01\x02. "
  81. #define str_welcome_back3               "Please enter the code number you were\ngiven and your verification will be complete.\n\n"
  82. #define str_bad_code                    "\x16\x01\x04Invalid code number.\n"
  83. #define str_bad_password                "\x16\x01\x04Invalid password.\n"
  84. #define str_success_message             "\x16\x01\x0fVerification sucessful\n"
  85. #define str_fail_message                "\x16\x01\x04Unsuccessful verification\n"
  86. #define str_bad_password_attempt        "\x16\x01\x04Wrong! (try #"
  87. #define str_bad_password_attempt_sfx    ")\n"
  88. #define str_code_request                "\x16\x01\x05Please enter your code number: "
  89. #define str_pwd_request                 "\x16\x01\x05Please enter your password: "
  90. #define str_proceed                     "Proceed with verification?"
  91. #define str_hanging_up                  "\x16\x01\x09\nHanging up... please wait...\n"
  92. #define str_ask_local                   "\x16\x01\x09Is your phone number a local call?\x16\x01\x0e"
  93.  
  94. // ---------------------------------------------------------------------------
  95. //                         L O G   M E S S A G E S
  96. // ---------------------------------------------------------------------------
  97. //
  98. // The following keywords specify messages written to MAX.LOG
  99. //
  100.  
  101. #define str_user_verified_log           "+Phone number verified."
  102. #define str_sysop_abort_log             "+Sysop aborted call back"
  103. #define str_modem_response_log          ":Modem response: "
  104. #define str_bad_code_log                "+Bad code"
  105. #define str_bad_password_log            "+Bad password"
  106. #define str_fail_connect_log            "+Unable to connect with user"
  107. #define str_unknown_message_log         "!Unknown modem response: "
  108. #define str_connect_timeout_log         "+Connect timeout"
  109. #define str_dialing_user_log            "+Attempting call back"
  110. #define str_dial_attempt_log            "+Call back attempt "
  111. #define str_nodial_retry_log            ":No dialtone. Retrying dialout"
  112. #define str_hangup_ld_log               "+Hanging up after long distance verification"
  113. #define str_fail_log                    "+Unsuccessful verification"
  114. #define str_ld_message_log              "+Call back aborted: user is long distance"
  115. #define str_dupe_found_log              "+Same phone number as "
  116. #define str_lockout_log                 "+Phone number is locked out"
  117. #define str_unknown_phone_log           "!Phone number not recognised"
  118. #define str_bad_time_log                "+Call back verification not allowed at this hour"
  119. #define str_local_log                   "+Phone number is local call"
  120. #define str_ld_ok_log                   "+Phone number detected as valid long distance number"
  121. #define str_cant_open_log               "!Cannot open file: "
  122. #define str_baudrate_changed_log        "+User connected at a different baud rate"
  123. #define str_success_hangup_log          "+Hanging up after successful verification"
  124. #define str_missing_file_log            "!Cannot find file: "
  125. #define str_phone_entered_log           "+User entered phone number: "
  126. #define str_success_sfx_log             " success"
  127. #define str_fail_sfx_log                " fail"
  128. #define str_phone_bounds_error_log      "!Error: #ldstart, #ldlen, #localstart, or #locallen missing from PHONE.CTL."
  129.  
  130. // ---------------------------------------------------------------------------
  131. //                           S Y S O P   D I S P L A Y
  132. // ---------------------------------------------------------------------------
  133.  
  134. #define scr_dialing                     "Dialing "
  135. #define scr_modem_response              "Modem response: "
  136. #define scr_verification_attempt        "Verification attempt "
  137. #define scr_verifying                   "Verifying "
  138. #define scr_any_key_to_abort            "Press any key to abort"
  139. #define scr_init_modem                  "Initializing modem"
  140. #define scr_timeout                     "Timeout"
  141. #define scr_sysop_abort                 "Verification aborted by sysop"
  142. #define scr_waiting_attempt             "Pausing between verification attempts"
  143.  
  144.